JMGetAppletViewerObject
Returns a JRI reference to aJMAppletViewerRef
object.
jref JMGetAppletViewerObject (JMAppletViewerRef viewer);
viewer
- The applet whose Java object you want to find.
- function result
- A pointer to the
com.apple.mrj.JManager.JMAppletViewer
Java object.DISCUSSION
TheJMAppletViewerRef
object is not the same as an applet object (that is, ajava. applet.Applet
object). AJMAppletViewer
object encapsulates the Java applet object so it may be handled outside the Java environment.